@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* TICKET */
body {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  margin: 0; }

* {
  box-sizing: border-box; }

/**/

#sendBtn{
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  z-index: 99999;
  background-color: white;
  color: red;
  font-size: large;
  font-weight: bolder;

}


.overflower .container {
  width: 1024px;
  margin: auto;
  padding-bottom: 40px; }
  @media print {
    .overflower .container {
      width: auto; } }

@media (max-width: 763px) {
  .overflower .overflower {
    overflow-x: scroll;
    padding: 0 24px; } }

.overflower .container .row {
  position: relative;
  margin-bottom: 8px; }
  .overflower .container .row:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2d2d2d; }
  .overflower .container .row:first-child {
    display: flex;
    line-height: 30px;
    text-transform: uppercase; }
    .overflower .container .row:first-child .date {
      font-weight: 600;
      font-size: 24px;
      margin-right: 10px; }
      .overflower .container .row:first-child .date:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #000;
        position: relative;
        left: 4px;
        top: -2px; }
    .overflower .container .row:first-child .itinerary {
      font-size: 18px; }
      .overflower .container .row:first-child .itinerary .cities {
        font-weight: 600;
        font-size: 24px; }
  .overflower .container .row:nth-child(2) {
    text-transform: uppercase;
    font-size: 20px; }
  .overflower .container .row.row-ticket {
    margin-bottom: 20px; }
    .overflower .container .row.row-ticket:after {
      display: none; }
    .overflower .container .row.row-ticket .departure {
      text-transform: uppercase;
      font-size: 24px;
      margin-bottom: 16px;
      display: flex; }
      .overflower .container .row.row-ticket .departure .text {
        margin-left: 12px;
        line-height: 35px; }
      .overflower .container .row.row-ticket .departure .warning {
        text-transform: none;
        margin-left: 24px;
        font-size: 16px;
        color: #9299A2; }
    .overflower .container .row.row-ticket .ticket {
      width: 100%;
      display: flex;
      justify-content: space-between;
      height: 275px;
      position: relative; }
      .overflower .container .row.row-ticket .ticket:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #fff;
        background-color: #fff;
        position: absolute;
        bottom: -16px;
        left: -4px;
        transform: rotate(135deg); }
      .overflower .container .row.row-ticket .ticket .stub {
        background-color: #eee;
        width: 30%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px;
        font-size: 18px; }
        .overflower .container .row.row-ticket .ticket .stub span {
          font-size: 24px; }
      .overflower .container .row.row-ticket .ticket .info {
        width: 69.5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ccc;
        display: flex;
        justify-content: space-between; }
        .overflower .container .row.row-ticket .ticket .info section {
          padding: 16px;
          font-size: 18px;
          display: flex;
          flex-wrap: wrap; }
          .overflower .container .row.row-ticket .ticket .info section:first-child {
            width: 70%;
            padding: 16px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border-right: 1px dashed #9299A2; }
            .overflower .container .row.row-ticket .ticket .info section:first-child .itinerary, .overflower .container .row.row-ticket .ticket .info section:first-child .times {
              display: flex;
              width: 100%; }
            .overflower .container .row.row-ticket .ticket .info section:first-child .itinerary {
              padding: 0 16px;
              height: 120px; }
            .overflower .container .row.row-ticket .ticket .info section:first-child .times {
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              border-top: 1px dashed #9299A2;
              padding-top: 16px; }
              .overflower .container .row.row-ticket .ticket .info section:first-child .times .column:first-child {
                padding-left: 16px;
                position: relative; }
                .overflower .container .row.row-ticket .ticket .info section:first-child .times .column:first-child:after {
                  content: '';
                  display: block;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  right: 16px;
                  width: 1px;
                  border-right: 1px dashed #9299A2;
                  margin: -16px 0; }
              .overflower .container .row.row-ticket .ticket .info section:first-child .times .column:last-child {
                padding-right: 16px; }
            .overflower .container .row.row-ticket .ticket .info section:first-child .column {
              width: 50%; }
              .overflower .container .row.row-ticket .ticket .info section:first-child .column:first-child {
                padding-right: 16px; }
              .overflower .container .row.row-ticket .ticket .info section:first-child .column .time {
                font-size: 24px;
                margin-bottom: 4px; }
          .overflower .container .row.row-ticket .ticket .info section:last-child {
            width: 30%; }
  .overflower .container .row.row-passengers {
    padding-bottom: 20px; }
    .overflower .container .row.row-passengers .passengers {
      width: 100%; }
      .overflower .container .row.row-passengers .passengers thead {
        background-color: #eee;
        font-size: 18px; }
        .overflower .container .row.row-passengers .passengers thead th {
          text-align: left;
          font-weight: 400;
          padding: 4px 0 4px 4px; }
      .overflower .container .row.row-passengers .passengers tbody td {
        padding: 4px 0 4px 4px;
        font-size: 18px; }
      .overflower .container .row.row-passengers .passengers .passenger_name {
        text-transform: uppercase; }

.modal-isActive {
  display: block !important; }

.modal-isActive.modal-isServer {
  display: none !important; }

.modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .modal-overlay {
      padding: 16px; } }

.modal-content {
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin: 0 auto; }

.modal-top {
  padding: 32px; }

.modal-bottom {
  padding: 24px 32px;
  border-top: 1px solid #eee;
  height: 28px; }

.modal-title {
  margin: 24px 0 8px;
  font-size: 24px;
  font-weight: bold; }

.modal-text {
  font-size: 16px;
  line-height: 24px; }

.modal-closer {
  position: absolute;
  padding: 8px;
  cursor: pointer;
  top: 0;
  right: 0; }

.modal--expedia {
  max-width: 392px;
  width: 100%;
  position: relative;
  z-index: 10; }
  .modal--expedia * {
    font-family: Roboto, Arial, sans-serif; }
  .modal--expedia .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    padding: 46px 32px 15px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 480px) {
      .modal--expedia .modal-content {
        width: 90%;
        max-width: 350px;
        top: auto;
        bottom: 5%;
        transform: translateX(-50%); } }
  .modal--expedia .modal-content__badge {
    padding: 2px 12px 2px 16px;
    position: absolute;
    top: 12px;
    right: -6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    color: #3A3A3A;
    text-shadow: 0 1px 0 #CFA916;
    border-bottom: 1px solid rgba(243, 201, 41, 0.2);
    background: linear-gradient(90deg, #F2C827 0.6%, #FFE273 101.2%); }
    .modal--expedia .modal-content__badge::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 6px;
      border-color: transparent transparent transparent #ffffff; }
    .modal--expedia .modal-content__badge::after {
      content: "";
      position: absolute;
      bottom: -4px;
      right: 0;
      width: 6px;
      height: 4px;
      background: url("../svg/triangle-2.svg") center/cover no-repeat; }
  .modal--expedia .modal-top {
    padding: 0; }
  .modal--expedia .modal-title {
    margin: 0;
    color: #000000; }
  .modal--expedia .modal-text {
    max-width: 260px;
    margin: 0 auto;
    padding: 10px 0 34px;
    color: #000000; }
  .modal--expedia .buy {
    display: block;
    width: 336px;
    padding: 14px 16px;
    line-height: 20px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .modal--expedia .buy {
        width: 100%; } }
  .modal--expedia .loader-icon {
    display: block;
    margin: 0 auto; }
  .modal--expedia .buy-paypal {
    padding-top: 8px;
    line-height: 18px;
    font-size: 13px;
    color: #9299A2; }

@media (max-width: 600px) {
  .topPanelText {
    display: none; } }

@media (max-width: 480px) {
  .view_type {
    flex-grow: 0;
    width: 100%;
    display: inline-block; }
  .topPanelInner {
    display: block;
    text-align: center; }
  .download {
    margin-top: 20px; } }

.main-content {
  width: 1140px;
  margin: 0 auto; }

#ticketpdf {
  width: 100%;
  overflow: auto; }

.modal-tabs {
  margin-bottom: 20px;
  display: flex;
  font-size: 16px;
  line-height: 19px; }

.modal-tabs__item {
  padding: 14px 10px;
  flex: 1 1 50%;
  background: #FFFFFF;
  border: 1px solid #DDDFE0;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  transition: color .25s ease; }
  .modal-tabs__item--active {
    color: #007aff;
    border-color: #007aff; }
  .modal-tabs__item:hover {
    color: #004999; }
  .modal-tabs__item:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .modal-tabs__item:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }

.modal-down .submit {
  display: none; }
  .modal-down .submit--active {
    display: block; }

.button-price {
  font-weight: 600; }

.modal-advantages {
  margin-bottom: 34px; }

.modal-advantages__title {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  color: #b2b6b8; }

.modal-advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .modal-advantages__list--not {
    margin-bottom: 43px; }
    .modal-advantages__list--not .modal-advantages__item::after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: url("../svg/cross.svg") center/cover no-repeat; }

.modal-advantages__item {
  position: relative;
  padding-left: 26px;
  font-weight: normal; }
  .modal-advantages__item:not(:last-child) {
    margin-bottom: 9px; }
  .modal-advantages__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 11px;
    background: url("../svg/check-2.svg") center/cover no-repeat; }

.modal-outline-btn {
  width: 100%;
  padding: 11px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #007AFF;
  border: 1px solid #007AFF;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease; }
  .modal-outline-btn:hover {
    color: #ffffff;
    background-color: #007AFF; }
